home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Advisor / CD-ROM Advisor.iso / blender / blen40m / opening.dir / 00298_BLENDER (SPUTNIK).ls < prev    next >
Encoding:
Text File  |  1995-09-28  |  202 b   |  13 lines

  1. on mouseUp
  2.   sound playFile 2, "thfwz.AIF"
  3.   if the shiftDown then
  4.     if the number of menus = 0 then
  5.       installMenu(840)
  6.     else
  7.       installMenu(0)
  8.     end if
  9.   else
  10.     CONTROLS()
  11.   end if
  12. end
  13.